CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 模拟退火 遗传算法

搜索资源列表

  1. 基于遗传模拟退火算法的低空飞行器航迹规划.pdf

    0下载:
  2. 基于遗传模拟退火算法的低空飞行器航迹规划
  3. 所属分类:报告论文

  1. ycthjhsf

    0下载:
  2. 遗传退火进化算法, 遗传退火进化算法-Genetic annealing evolutionary algorithm, genetic annealing evolutionary algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:561200
    • 提供者:AA
  1. ANNandSAA

    0下载:
  2. 用matlab编写的遗传算法和模拟退火程序-Matlab prepared using genetic algorithms and simulated annealing procedures
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:2123
    • 提供者:唐永杰
  1. TSP

    0下载:
  2. 这是一个人工智能方面的算法程序,里面包含模拟退火算法、神经网络算法以及遗传算法三个。-This is an area of artificial intelligence algorithm procedure, which includes simulated annealing algorithm, neural network algorithms and genetic algorithms in three.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:35041
    • 提供者:qingbo
  1. Optimizers

    0下载:
  2. 一系列好用的用户友好的启发式优化算法,包括非自适应算法,基于模拟退火算法的种群算法,基本遗传算法,差分进化算法以及粒子群优化算法。此外,也包括神圣算法,它利用了所有这些优化算子,虽然有时交换种群之间的不同算法。-A nice set of user-friendly heuristic optimizers. Included are a non-adaptive, population based Simulated Annealing algorithm, a basic Genetic A
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:26847
    • 提供者:竹子的信仰
  1. shengtai543

    0下载:
  2. 模拟退火算法和遗传算法程序 用matlab语言实现的-Simulated annealing algorithm and genetic algorithm matlab language program with the
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1516
    • 提供者:尹胜台
  1. SAGA

    5下载:
  2. 用模拟退火优化遗传算法,使遗传算法具有反向搜索能力,通过仿真表明能够得到更优的值。-Optimization by simulated annealing genetic algorithm, genetic algorithm so that the reverse search capabilities, through the simulation shows that can be better value.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:12705
    • 提供者:史峰
  1. GODLIKE

    3下载:
  2. 遗传算法与模拟退火,粒子群算法的结合与比较实验.稍微修改就可以学习应用-Genetic algorithms and simulated annealing, particle swarm optimization algorithm and comparison with experiment. A slight modification can learn the application of
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:287178
    • 提供者:李勤
  1. The_Intelligent_Optimization_Methods

    0下载:
  2. 有关智能优化方法(模拟退火,遗传算法,禁忌搜索,等等)-The intelligent optimization methods (simulated annealing,genetic algorithm,tabu search,etc)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1241109
    • 提供者:lidong
  1. GA_tuihuo1

    2下载:
  2. 模拟退火优化遗传算法,改进了遗传操作,自适应参数(improved simulated annealing and optimized genetic algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:均哥
  1. 基于遗传模拟退火算法的聚类算法

    2下载:
  2. 基于遗传模拟退火算法实现数据的聚类,为后续的数据分析做准备(Data clustering analysis based on genetic simulated annealing algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-28
    • 文件大小:13312
    • 提供者:嘉宾
  1. 遗传退火进化算法.rar

    0下载:
  2. 可以利用模拟退火算法通过降温求得最优解和最优规划(The simulated annealing algorithm is used to obtain the optimal solution and the most optimal planning)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:560128
    • 提供者:1@*
  1. 模拟退火遗传算法程序

    2下载:
  2. 模拟退火遗传混合算法,求解NP-HARD问题(this program is used to analyse genetic-simulated annealing algorithm (GSA) by matlab)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-29
    • 文件大小:508928
    • 提供者:godblessu
  1. 遗传算法处理NURBS曲线逼近(Matlab实现)

    2下载:
  2. 在Matlab平台上采用将模拟退火算法及遗传算法相结合的曲线拟合方法,实现以任意次数、任意顶点数的非均匀有理B样条(NURBS)曲线逼近给定测量点序列(On the Matlab platform, we use the curve fitting method combining simulated annealing algorithm and genetic algorithm to achieve the sequence of a given measurement point wit
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:125952
    • 提供者:beautyjade
  1. 算法

    1下载:
  2. floyd算法又称为插点法,是一种利用动态规划的思想寻找给定的加权图中多源点之间最短路径的算法,模拟退火算法是局部最优解能概率性地跳出并最终趋于全局最优,遗传算法是一种通过模拟自然进化过程搜索最优解的方法。(The Floyd algorithm is also known as the insertion point method, which is a multi weighted graph using the idea of dynamic programming for the giv
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:108544
    • 提供者:咯吧嘞
  1. 模拟退火遗传算法

    1下载:
  2. 模拟退火遗传算法的车辆调度研究,里面具有完整的matlab程序(Research on vehicle scheduling with simulated annealing genetic algorith)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:2867200
    • 提供者:多尔衮
  1. 基于遗传模拟退火算法的聚类算法

    2下载:
  2. 遗传模拟退火算法和聚类算法的结合,有助于学生课程设计,熟悉算法代码的学习(The combination of genetic simulated annealing algorithm and clustering algorithm is helpful to students' curriculum design and familiarity with algorithm code learning.)
  3. 所属分类:matlab例程

    • 发布日期:2019-12-17
    • 文件大小:12288
    • 提供者:重中之重去
  1. 基于matlab的模拟退火-遗传算法程序

    1下载:
  2. 基于matlab的模拟退火-遗传算法程序,内有matlab代码样例,可自行下载(Matlab based simulated annealing genetic algorithm, there are examples of matlab code, you can download it yourself.)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-06
    • 文件大小:2377728
    • 提供者:陈三岁
  1. GASA

    2下载:
  2. 运用模拟退火遗传算法解决路径优化问题,其中已给出中文注释(GASA for VPR.Simulated Annealing Genetic Algorithms (SAGA) is used to solve the problem of path optimization, in which Chinese annotations are given.)
  3. 所属分类:其他

    • 发布日期:2019-07-19
    • 文件大小:1024
    • 提供者:果果66
  1. 遗传模拟退火算法求解TSP问题matlab代码

    3下载:
  2. 解决车辆路径问题,改进的模拟退火和遗传算法,全面详细,适用于解决VRP问题和物流车辆规划(To solve the vehicle routing problem, the improved simulated annealing and genetic algorithm, comprehensive and detailed, suitable for solving VRP problems and logistics vehicle planning)
  3. 所属分类:Windows编程

    • 发布日期:2021-02-20
    • 文件大小:11264
    • 提供者:hayjao2020
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com